PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFGeospatialMeasure Class / setLocalPoints Method
An array of points in a 2D unit square.
In This Topic
    setLocalPoints Method
    In This Topic
    Sets the local points.
    The unit square is mapped to the rectangular bounds of the , or that contains the measure object.
    This array shall contain the same number of points as the array; each point is the unit square object position corresponding to the geospatial position in the array.
    Syntax
    public void setLocalPoints( 
       PDFPoint[] value
    )

    Parameters

    value
    An array of points in a 2D unit square.
    See Also